EventEmitterImpl

fun EventEmitterImpl(sendEventFunction: (name: String, body: Any?) -> Unit, hasListeners: StateFlow<Boolean>)